PERFORM CHECKLIST FOR EFFECT ERRORS
This command will create a checklist an error report upon failure to load an FX file.
PERFORM CHECKLIST FOR EFFECT ERRORS
PERFORM CHECKLIST FOR EFFECT ERRORS Effect Number
Effect Number
Integer
This value is an integer number such as 1.
This command does not return a value.
The checklist strings will contain a single line of the report, for however large the report is.
load effect "badshader.fx",1,0
perform checklist for effect errors 1
for c=1 to checklist quantity()
print checklist string$(c)
next c
wait key
BASIC3D Commands Menu
Index